-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Australia holidays: add en_AU
, en_US
, th
localization
#1977
Update Australia holidays: add en_AU
, en_US
, th
localization
#1977
Conversation
Co-Authored-By: ansntu <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1977 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 188 188
Lines 11403 11404 +1
Branches 1789 1790 +1
=========================================
+ Hits 11403 11404 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Localization of new country is as good as new country! 🚀
Co-authored-by: ~Jhellico <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…acanza#1977) Co-authored-by: ansntu <[email protected]> Co-authored-by: ~Jhellico <[email protected]>
Proposed change
Adds
en_AU
,en_US
,th
localization for Australia holidays.Thai translation has been cross-checked with the available state-level sources whenever applicable [1] and a fellow Thai developer ( @ansntu ) who currently resides there.
Note
Queensland does, in fact, have different "Royal Queensland Show"/similar events holiday dates depending on the regions/cities you're in . For simplicity's sake the current implementation will adhere to the main Public Holidays list for now and keep those aforementioned entries for possible future implementations.
Type of change
Checklist
make pre-commit
, it didn't generate any changesmake test
, all tests passed locally